From 61a67f9246d9a87152a4ca4da61a219926834570 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Tue, 19 Dec 2017 02:13:26 +0100 Subject: [PATCH] meson.build: babl's license is LGPL3+ --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ffd6b53..41a394b 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('babl', 'c', - license: 'GPL3+', + license: 'LGPL3+', version: '0.1.39', meson_version: '>=0.40.0', default_options: [ -- 2.30.2